Overload | Description |
---|---|
AddRange(T[]) | Copies the elements of the specified array to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) |
AddRange(IList<T>) | Adds the contents of another IList<T> to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) |
AddRange(CollectionBase<T>) | Adds the contents of another CollectionEx<T> to the end of the collection. (Inherited from GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>) |